Add the option to not create lockfiles
authorDave Abrahams <dave@boostpro.com>
Thu, 10 May 2012 00:55:57 +0000 (20:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 May 2012 00:55:57 +0000 (20:55 -0400)
commit97ea878d7158c7e4d15ecd56da109dff216625c6
treefec5c0068fa5c6bb8d386adf7e5d46bd1380de71
parent49eeab71ad805868592cac4455006d4622b0e666
Add the option to not create lockfiles

* src/filelock.c (syms_of_filelock): New boolean create-lockfiles.
(lock_file): If create_lockfiles is 0, do nothing.

* lisp/cus-start.el (create-lockfiles): Add it.
lisp/ChangeLog
lisp/cus-start.el
src/ChangeLog
src/filelock.c